'宣言 Public Overloads Sub MapToView( _ ByVal targetView As LayoutView, _ ByVal points() As System.Numerics.Vector2 _ )
public void MapToView( LayoutView targetView, System.Numerics.Vector2[] points )
パラメータ
- targetView
- The destination LayoutView; null is the host.
- points
- The array of points in the source LayoutView coordinates.